95 enregistrements

Aires de jeux pour enfants à Fleury-les-Aubrais

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
EQUIP_THEME
Categorie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_theme
Type
texte
Exemple
Equipement sports loisirs
EQUIP_TYPE
Type

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_type
Type
texte
Exemple
Jeu pour enfants
EQUIP_NOM
Nom du jeu

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_nom
Type
texte
Exemple
j 2341A
EQUIP_SITE
Lieu

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_site
Type
texte
Exemple
Creche Les Oisillons
ADR_NOMVOIE
Adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_nomvoie
Type
texte
Exemple
Rue Jean Jaures
ADR_CODEPOSTAL
Code postal

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_codepostal
Type
int
Exemple
45400
ADR_COMMUNE
Ville

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_commune
Type
texte
Exemple
Fleury-les-Aubrais
EQUP_ACCES_LIB
Acces libre

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equp_acces_lib
Type
texte
Exemple
non
EQUIP_EMAIL
Adresse mail gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_email
Type
texte
Exemple
cadredevie@ville-fleurylesaubrais.fr
EQUIP_MARQUE
Marque

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_marque
Type
texte
Exemple
Produlic
EQUIP_INSTAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_instal
Type
texte
Exemple
1998 -01-01
EQUIP_HAUTEUR
Hauteur

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_hauteur
Type
texte
Exemple
1 m
EQUIP_CAT_AGE
Categorie d'age

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_cat_age
Type
texte
Exemple
1 / 3 ans
EQUIP_SOL
Sol

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_sol
Type
texte
Exemple
souple
coordonnees_geo
Coordonnes geo

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees_geo
Type
geo_point_2d
Exemple
[47.935132,1.909023]

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"aires-de-jeux-pour-enfants-a-fleury-les-aubrais",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/aires-de-jeux-pour-enfants-a-fleury-les-aubrais"
      }
    ]
    ,
  • "definitions":
    {
    • "aires-de-jeux-pour-enfants-a-fleury-les-aubrais":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/aires-de-jeux-pour-enfants-a-fleury-les-aubrais_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "aires-de-jeux-pour-enfants-a-fleury-les-aubrais_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "equip_theme":
                {
                • "type":"string",
                • "title":"EQUIP_THEME",
                • "description":"Categorie"
                }
                ,
              • "equip_type":
                {
                • "type":"string",
                • "title":"EQUIP_TYPE",
                • "description":"Type"
                }
                ,
              • "equip_nom":
                {
                • "type":"string",
                • "title":"EQUIP_NOM",
                • "description":"Nom du jeu"
                }
                ,
              • "equip_site":
                {
                • "type":"string",
                • "title":"EQUIP_SITE",
                • "description":"Lieu"
                }
                ,
              • "adr_nomvoie":
                {
                • "type":"string",
                • "title":"ADR_NOMVOIE",
                • "description":"Adresse"
                }
                ,
              • "adr_codepostal":
                {
                • "type":"integer",
                • "title":"ADR_CODEPOSTAL",
                • "description":"Code postal"
                }
                ,
              • "adr_commune":
                {
                • "type":"string",
                • "title":"ADR_COMMUNE",
                • "description":"Ville"
                }
                ,
              • "equp_acces_lib":
                {
                • "type":"string",
                • "title":"EQUP_ACCES_LIB",
                • "description":"Acces libre"
                }
                ,
              • "equip_email":
                {
                • "type":"string",
                • "title":"EQUIP_EMAIL",
                • "description":"Adresse mail gestionnaire"
                }
                ,
              • "equip_marque":
                {
                • "type":"string",
                • "title":"EQUIP_MARQUE",
                • "description":"Marque"
                }
                ,
              • "equip_instal":
                {
                • "type":"string",
                • "title":"EQUIP_INSTAL",
                • "description":""
                }
                ,
              • "equip_hauteur":
                {
                • "type":"string",
                • "title":"EQUIP_HAUTEUR",
                • "description":"Hauteur"
                }
                ,
              • "equip_cat_age":
                {
                • "type":"string",
                • "title":"EQUIP_CAT_AGE",
                • "description":"Categorie d'age"
                }
                ,
              • "equip_sol":
                {
                • "type":"string",
                • "title":"EQUIP_SOL",
                • "description":"Sol"
                }
                ,
              • "coordonnees_geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonnees_geo",
                • "description":"Coordonnes geo"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false